run in new thread C#

52

run in new thread C# -

Task.Run(() => {
	//Code goes here!
});

Comments

Submit
0 Comments